1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class FrmPOSRECEIPT_LIST
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.components = New System.ComponentModel.Container
26         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmPOSRECEIPT_LIST))
27         Me.GBMID = New System.Windows.Forms.GroupBox
28         Me.grpreceipt = New System.Windows.Forms.GroupBox
29         Me.Button1 = New System.Windows.Forms.Button
30         Me.cmdgosearch = New System.Windows.Forms.Button
31         Me.txtreceiptid = New System.Windows.Forms.TextBox
32         Me.Label5 = New System.Windows.Forms.Label
33         Me.lstreceipt = New System.Windows.Forms.ListView
34         Me.ImageList2 = New System.Windows.Forms.ImageList(Me.components)
35         Me.GBTOP = New System.Windows.Forms.GroupBox
36         Me.Label6 = New System.Windows.Forms.Label
37         Me.Label4 = New System.Windows.Forms.Label
38         Me.PictureBox1 = New System.Windows.Forms.PictureBox
39         Me.DtTo = New System.Windows.Forms.DateTimePicker
40         Me.Label2 = New System.Windows.Forms.Label
41         Me.DtFrom = New System.Windows.Forms.DateTimePicker
42         Me.Label1 = New System.Windows.Forms.Label
43         Me.chckcollector = New System.Windows.Forms.CheckBox
44         Me.cmbcollector = New System.Windows.Forms.ComboBox
45         Me.GBBOTTOM = New System.Windows.Forms.GroupBox
46         Me.cmdsearch = New System.Windows.Forms.Button
47         Me.cmdview = New System.Windows.Forms.Button
48         Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components)
49         Me.DTDATE = New System.Windows.Forms.DateTimePicker
50         Me.Label3 = New System.Windows.Forms.Label
51         Me.cmdcancel = New System.Windows.Forms.Button
52         Me.cmdvoid = New System.Windows.Forms.Button
53         Me.GBMID.SuspendLayout()
54         Me.grpreceipt.SuspendLayout()
55         Me.GBTOP.SuspendLayout()
56         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
57         Me.GBBOTTOM.SuspendLayout()
58         Me.SuspendLayout()
59         
'
60         
'GBMID
61         
'
62         Me.GBMID.Controls.Add(Me.grpreceipt)
63         Me.GBMID.Controls.Add(Me.lstreceipt)
64         Me.GBMID.Location = New System.Drawing.Point(
4, 102)
65         Me.GBMID.Name =
"GBMID"
66         Me.GBMID.Size = New System.Drawing.Size(
700, 345)
67         Me.GBMID.TabIndex =
0
68         Me.GBMID.TabStop = False
69         
'
70         
'grpreceipt
71         
'
72         Me.grpreceipt.BackColor = System.Drawing.Color.FromArgb(CType(CType(
224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
73         Me.grpreceipt.Controls.Add(Me.Button1)
74         Me.grpreceipt.Controls.Add(Me.cmdgosearch)
75         Me.grpreceipt.Controls.Add(Me.txtreceiptid)
76         Me.grpreceipt.Controls.Add(Me.Label5)
77         Me.grpreceipt.FlatStyle = System.Windows.Forms.FlatStyle.Popup
78         Me.grpreceipt.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
79         Me.grpreceipt.Location = New System.Drawing.Point(
229, 117)
80         Me.grpreceipt.Name =
"grpreceipt"
81         Me.grpreceipt.Size = New System.Drawing.Size(
244, 81)
82         Me.grpreceipt.TabIndex =
13
83         Me.grpreceipt.TabStop = False
84         Me.grpreceipt.Text =
"Search Receipt No"
85         Me.grpreceipt.Visible = False
86         
'
87         
'Button1
88         
'
89         Me.Button1.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
90         Me.Button1.Location = New System.Drawing.Point(
177, 51)
91         Me.Button1.Name =
"Button1"
92         Me.Button1.Size = New System.Drawing.Size(
58, 23)
93         Me.Button1.TabIndex =
3
94         Me.Button1.Text =
"&Cancel"
95         Me.Button1.UseVisualStyleBackColor = True
96         
'
97         
'cmdgosearch
98         
'
99         Me.cmdgosearch.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
100         Me.cmdgosearch.Location = New System.Drawing.Point(
111, 51)
101         Me.cmdgosearch.Name =
"cmdgosearch"
102         Me.cmdgosearch.Size = New System.Drawing.Size(
60, 23)
103         Me.cmdgosearch.TabIndex =
2
104         Me.cmdgosearch.Text =
"&GO"
105         Me.cmdgosearch.UseVisualStyleBackColor = True
106         
'
107         
'txtreceiptid
108         
'
109         Me.txtreceiptid.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
110         Me.txtreceiptid.Location = New System.Drawing.Point(
60, 23)
111         Me.txtreceiptid.MaxLength =
50
112         Me.txtreceiptid.Name =
"txtreceiptid"
113         Me.txtreceiptid.Size = New System.Drawing.Size(
175, 21)
114         Me.txtreceiptid.TabIndex =
1
115         
'
116         
'Label5
117         
'
118         Me.Label5.AutoSize = True
119         Me.Label5.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
120         Me.Label5.Location = New System.Drawing.Point(
7, 31)
121         Me.Label5.Name =
"Label5"
122         Me.Label5.Size = New System.Drawing.Size(
52, 13)
123         Me.Label5.TabIndex =
0
124         Me.Label5.Text =
"Search :"
125         
'
126         
'lstreceipt
127         
'
128         Me.lstreceipt.FullRowSelect = True
129         Me.lstreceipt.GridLines = True
130         Me.lstreceipt.Location = New System.Drawing.Point(
4, 17)
131         Me.lstreceipt.Name =
"lstreceipt"
132         Me.lstreceipt.Size = New System.Drawing.Size(
690, 322)
133         Me.lstreceipt.SmallImageList = Me.ImageList2
134         Me.lstreceipt.TabIndex =
0
135         Me.lstreceipt.UseCompatibleStateImageBehavior = False
136         Me.lstreceipt.View = System.Windows.Forms.View.Details
137         
'
138         
'ImageList2
139         
'
140         Me.ImageList2.ImageStream = CType(resources.GetObject(
"ImageList2.ImageStream"), System.Windows.Forms.ImageListStreamer)
141         Me.ImageList2.TransparentColor = System.Drawing.Color.Transparent
142         Me.ImageList2.Images.SetKeyName(
0, "money_16.png")
143         
'
144         
'GBTOP
145         
'
146         Me.GBTOP.Controls.Add(Me.Label6)
147         Me.GBTOP.Controls.Add(Me.Label4)
148         Me.GBTOP.Controls.Add(Me.PictureBox1)
149         Me.GBTOP.Controls.Add(Me.DtTo)
150         Me.GBTOP.Controls.Add(Me.Label2)
151         Me.GBTOP.Controls.Add(Me.DtFrom)
152         Me.GBTOP.Controls.Add(Me.Label1)
153         Me.GBTOP.Controls.Add(Me.chckcollector)
154         Me.GBTOP.Controls.Add(Me.cmbcollector)
155         Me.GBTOP.Location = New System.Drawing.Point(
4, 1)
156         Me.GBTOP.Name =
"GBTOP"
157         Me.GBTOP.Size = New System.Drawing.Size(
704, 105)
158         Me.GBTOP.TabIndex =
1
159         Me.GBTOP.TabStop = False
160         
'
161         
'Label6
162         
'
163         Me.Label6.AutoSize = True
164         Me.Label6.Location = New System.Drawing.Point(
54, 35)
165         Me.Label6.Name =
"Label6"
166         Me.Label6.Size = New System.Drawing.Size(
138, 13)
167         Me.Label6.TabIndex =
9
168         Me.Label6.Text =
"All transaction sales receipt"
169         
'
170         
'Label4
171         
'
172         Me.Label4.AutoSize = True
173         Me.Label4.Font = New System.Drawing.Font(
"Tahoma", 11.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
174         Me.Label4.ForeColor = System.Drawing.SystemColors.Highlight
175         Me.Label4.Location = New System.Drawing.Point(
54, 17)
176         Me.Label4.Name =
"Label4"
177         Me.Label4.Size = New System.Drawing.Size(
142, 18)
178         Me.Label4.TabIndex =
8
179         Me.Label4.Text =
"Sales Receipt List"
180         
'
181         
'PictureBox1
182         
'
183         Me.PictureBox1.Image = CType(resources.GetObject(
"PictureBox1.Image"), System.Drawing.Image)
184         Me.PictureBox1.Location = New System.Drawing.Point(
8, 4)
185         Me.PictureBox1.Name =
"PictureBox1"
186         Me.PictureBox1.Size = New System.Drawing.Size(
46, 44)
187         Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
188         Me.PictureBox1.TabIndex =
7
189         Me.PictureBox1.TabStop = False
190         
'
191         
'DtTo
192         
'
193         Me.DtTo.Location = New System.Drawing.Point(
438, 79)
194         Me.DtTo.Name =
"DtTo"
195         Me.DtTo.Size = New System.Drawing.Size(
210, 21)
196         Me.DtTo.TabIndex =
2
197         
'
198         
'Label2
199         
'
200         Me.Label2.AutoSize = True
201         Me.Label2.Location = New System.Drawing.Point(
380, 85)
202         Me.Label2.Name =
"Label2"
203         Me.Label2.Size = New System.Drawing.Size(
52, 13)
204         Me.Label2.TabIndex =
6
205         Me.Label2.Text =
"Date To :"
206         
'
207         
'DtFrom
208         
'
209         Me.DtFrom.Location = New System.Drawing.Point(
438, 57)
210         Me.DtFrom.Name =
"DtFrom"
211         Me.DtFrom.Size = New System.Drawing.Size(
210, 21)
212         Me.DtFrom.TabIndex =
5
213         
'
214         
'Label1
215         
'
216         Me.Label1.AutoSize = True
217         Me.Label1.Location = New System.Drawing.Point(
368, 63)
218         Me.Label1.Name =
"Label1"
219         Me.Label1.Size = New System.Drawing.Size(
64, 13)
220         Me.Label1.TabIndex =
2
221         Me.Label1.Text =
"Date From :"
222         
'
223         
'chckcollector
224         
'
225         Me.chckcollector.AutoSize = True
226         Me.chckcollector.Location = New System.Drawing.Point(
6, 63)
227         Me.chckcollector.Name =
"chckcollector"
228         Me.chckcollector.Size = New System.Drawing.Size(
127, 17)
229         Me.chckcollector.TabIndex =
4
230         Me.chckcollector.Text =
"Display by Collector :"
231         Me.chckcollector.UseVisualStyleBackColor = True
232         
'
233         
'cmbcollector
234         
'
235         Me.cmbcollector.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
236         Me.cmbcollector.Enabled = False
237         Me.cmbcollector.FormattingEnabled = True
238         Me.cmbcollector.Location = New System.Drawing.Point(
139, 60)
239         Me.cmbcollector.Name =
"cmbcollector"
240         Me.cmbcollector.Size = New System.Drawing.Size(
171, 21)
241         Me.cmbcollector.TabIndex =
3
242         
'
243         
'GBBOTTOM
244         
'
245         Me.GBBOTTOM.Controls.Add(Me.cmdsearch)
246         Me.GBBOTTOM.Controls.Add(Me.cmdview)
247         Me.GBBOTTOM.Controls.Add(Me.DTDATE)
248         Me.GBBOTTOM.Controls.Add(Me.Label3)
249         Me.GBBOTTOM.Controls.Add(Me.cmdcancel)
250         Me.GBBOTTOM.Controls.Add(Me.cmdvoid)
251         Me.GBBOTTOM.Location = New System.Drawing.Point(
4, 449)
252         Me.GBBOTTOM.Name =
"GBBOTTOM"
253         Me.GBBOTTOM.Size = New System.Drawing.Size(
687, 50)
254         Me.GBBOTTOM.TabIndex =
2
255         Me.GBBOTTOM.TabStop = False
256         
'
257         
'cmdsearch
258         
'
259         Me.cmdsearch.Location = New System.Drawing.Point(
445, 16)
260         Me.cmdsearch.Name =
"cmdsearch"
261         Me.cmdsearch.Size = New System.Drawing.Size(
64, 25)
262         Me.cmdsearch.TabIndex =
18
263         Me.cmdsearch.Text =
"&Search"
264         Me.cmdsearch.UseVisualStyleBackColor = True
265         Me.cmdsearch.Visible = False
266         
'
267         
'cmdview
268         
'
269         Me.cmdview.Font = New System.Drawing.Font(
"Tahoma", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
270         Me.cmdview.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
271         Me.cmdview.ImageKey =
"file.ico"
272         Me.cmdview.ImageList = Me.ImageList1
273         Me.cmdview.Location = New System.Drawing.Point(
87, 13)
274         Me.cmdview.Name =
"cmdview"
275         Me.cmdview.Size = New System.Drawing.Size(
128, 32)
276         Me.cmdview.TabIndex =
17
277         Me.cmdview.Text =
" &View / Return"
278         Me.cmdview.UseVisualStyleBackColor = True
279         
'
280         
'ImageList1
281         
'
282         Me.ImageList1.ImageStream = CType(resources.GetObject(
"ImageList1.ImageStream"), System.Windows.Forms.ImageListStreamer)
283         Me.ImageList1.TransparentColor = System.Drawing.Color.Transparent
284         Me.ImageList1.Images.SetKeyName(
0, "file.ico")
285         
'
286         
'DTDATE
287         
'
288         Me.DTDATE.Location = New System.Drawing.Point(
481, 18)
289         Me.DTDATE.Name =
"DTDATE"
290         Me.DTDATE.Size = New System.Drawing.Size(
200, 21)
291         Me.DTDATE.TabIndex =
16
292         
'
293         
'Label3
294         
'
295         Me.Label3.AutoSize = True
296         Me.Label3.Location = New System.Drawing.Point(
435, 22)
297         Me.Label3.Name =
"Label3"
298         Me.Label3.Size = New System.Drawing.Size(
40, 13)
299         Me.Label3.TabIndex =
15
300         Me.Label3.Text =
"DATE :"
301         
'
302         
'cmdcancel
303         
'
304         Me.cmdcancel.Location = New System.Drawing.Point(
515, 16)
305         Me.cmdcancel.Name =
"cmdcancel"
306         Me.cmdcancel.Size = New System.Drawing.Size(
61, 25)
307         Me.cmdcancel.TabIndex =
14
308         Me.cmdcancel.Text =
"&Cancel"
309         Me.cmdcancel.UseVisualStyleBackColor = True
310         Me.cmdcancel.Visible = False
311         
'
312         
'cmdvoid
313         
'
314         Me.cmdvoid.Font = New System.Drawing.Font(
"Tahoma", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
315         Me.cmdvoid.Image = CType(resources.GetObject(
"cmdvoid.Image"), System.Drawing.Image)
316         Me.cmdvoid.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
317         Me.cmdvoid.Location = New System.Drawing.Point(
10, 13)
318         Me.cmdvoid.Name =
"cmdvoid"
319         Me.cmdvoid.Size = New System.Drawing.Size(
71, 32)
320         Me.cmdvoid.TabIndex =
13
321         Me.cmdvoid.Text =
" &Void"
322         Me.cmdvoid.UseVisualStyleBackColor = True
323         
'
324         
'FrmPOSRECEIPT_LIST
325         
'
326         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
327         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
328         Me.ClientSize = New System.Drawing.Size(
707, 511)
329         Me.Controls.Add(Me.GBBOTTOM)
330         Me.Controls.Add(Me.GBTOP)
331         Me.Controls.Add(Me.GBMID)
332         Me.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
333         Me.Name =
"FrmPOSRECEIPT_LIST"
334         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
335         Me.Text =
"Sales Receipt"
336         Me.GBMID.ResumeLayout(False)
337         Me.grpreceipt.ResumeLayout(False)
338         Me.grpreceipt.PerformLayout()
339         Me.GBTOP.ResumeLayout(False)
340         Me.GBTOP.PerformLayout()
341         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
342         Me.GBBOTTOM.ResumeLayout(False)
343         Me.GBBOTTOM.PerformLayout()
344         Me.ResumeLayout(False)
345
346     End Sub
347     Friend WithEvents GBMID As System.Windows.Forms.GroupBox
348     Friend WithEvents lstreceipt As System.Windows.Forms.ListView
349     Friend WithEvents GBTOP As System.Windows.Forms.GroupBox
350     Friend WithEvents DtTo As System.Windows.Forms.DateTimePicker
351     Friend WithEvents Label2 As System.Windows.Forms.Label
352     Friend WithEvents DtFrom As System.Windows.Forms.DateTimePicker
353     Friend WithEvents Label1 As System.Windows.Forms.Label
354     Friend WithEvents chckcollector As System.Windows.Forms.CheckBox
355     Friend WithEvents cmbcollector As System.Windows.Forms.ComboBox
356     Friend WithEvents grpreceipt As System.Windows.Forms.GroupBox
357     Friend WithEvents Button1 As System.Windows.Forms.Button
358     Friend WithEvents cmdgosearch As System.Windows.Forms.Button
359     Friend WithEvents txtreceiptid As System.Windows.Forms.TextBox
360     Friend WithEvents Label5 As System.Windows.Forms.Label
361     Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
362     Friend WithEvents GBBOTTOM As System.Windows.Forms.GroupBox
363     Friend WithEvents cmdsearch As System.Windows.Forms.Button
364     Friend WithEvents cmdview As System.Windows.Forms.Button
365     Friend WithEvents DTDATE As System.Windows.Forms.DateTimePicker
366     Friend WithEvents Label3 As System.Windows.Forms.Label
367     Friend WithEvents cmdcancel As System.Windows.Forms.Button
368     Friend WithEvents cmdvoid As System.Windows.Forms.Button
369     Friend WithEvents Label6 As System.Windows.Forms.Label
370     Friend WithEvents Label4 As System.Windows.Forms.Label
371     Friend WithEvents ImageList1 As System.Windows.Forms.ImageList
372     Friend WithEvents ImageList2 As System.Windows.Forms.ImageList
373 End Class


Gõ tìm kiếm nhanh...